home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / tnextmail / Source / tnextmail.h < prev   
Encoding:
C/C++ Source or Header  |  1992-08-06  |  340 b   |  14 lines

  1. /* $Id: tnextmail.h,v 1.2 91/05/25 15:08:23 cap Exp $
  2.  * Data structures representing attachments
  3.  */
  4.  
  5. struct attach {
  6.     char pathname[MAXPATHLEN]; /* absolute path of attachment */
  7.     char basename[MAXPATHLEN]; /* name of the file */
  8. };
  9.  
  10. #define RTF_NAME "index.rtf"
  11.  
  12. extern int fatalerrors;
  13. extern char *message_subject, batch_name[];
  14.